github.com/refraction-networking/utls.clientHandshakeStateTLS13.decompressCert (method)

2 uses

	github.com/refraction-networking/utls (current package)
		u_handshake_client.go#L35: 					msg, err = hs.decompressCert(*compressedCertMsg)
		u_handshake_client.go#L51: func (hs *clientHandshakeStateTLS13) decompressCert(m utlsCompressedCertificateMsg) (*certificateMsgTLS13, error) {